home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / filesy~1 / mfs6011s.zoo / docs / mount.doc < prev    next >
Encoding:
Text File  |  1994-05-12  |  1.1 KB  |  28 lines

  1. This is a really quick hack interface to the mount functions.
  2. If "mount" doesn't mean anything to you then leave it alone. Otherwise
  3. the useage is:
  4.  
  5. mount X:\pathmame\mounted Y:
  6.  
  7. This mounts Y: on X:\pathname\mounted . Any reference to this directory (or
  8. subdirectories in it) gets sent to Y: instead. Any reference to Y: (e.g. Y:\)
  9. gets sent to X:. Both X: and Y: must be Minixfs partitions. The rules about
  10. what is allowed are:
  11. 1. X: and Y: must be different drives.
  12. 2. Y: can't have any filesystems mounted on it already (but X: can).
  13. 3. You must mount on an already existing directory other than the root
  14.    directory.
  15.  
  16. The other useage is:
  17.  
  18. mount -u X:\pathname\mounted
  19.  
  20. Which umounts the device this path is on. Note: if you used the example above
  21. then Y: wouldn't do as a pathname because it now references X:. This option
  22. uses a horrid hack which may not work with all versions of MiNT, but a quick
  23. hack is better than nothing at all.
  24.  
  25. Also note, mounting is very much "under construction", and all manner of bugs
  26. could be present: so be careful!
  27.  
  28.